Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 16, 2023

Bumps simplebar from 5.3.8 to 6.2.5.

Release notes

Sourced from simplebar's releases.

v6.0.0

⚠️ Breaking changes!

Major

SimpleBar has been (almost )entirely rewritten in TypeScript!

core

  • ⚠️ SimpleBar v6 does not use any polyfill anymore by default! If you see any error in a browser you want support for, you might need a polyfill! You can use Babel @babel/preset-env to polyfill for you, see our examples package or check out polyfill.io.
  • timeout option is now deprecated. It is now only made with a CSS transition that you can override with CSS as you want.
  • mutation-observer polyfill is not shipped by default anymore.
  • core-js is not included anymore. We now use TypeScript instead of Babel so polyfilling is up to you!
  • Bundle is much smaller!
  • New useful classes on host element: .simplebar-hover, .simplebar-mouse-entered, .simplebar-scrolling, .simplebar-scrollable.
  • Scrollbar recalculations are now throttled with RAQ instead of Lodash's throttle function, which prevents stuttering on animations (#507)

simplebar-react

  • CSS import is now import 'simplebar-react/dist/simplebar.min.css'. There was a typo in the doc for simplebar-react that was importing from simplebar and this is now fixed. Sorry about that!

simplebar-vue

  • Remove support for Vue < 2.7. Thanks again @​renatodeleao for all the work on that.
Changelog

Sourced from simplebar's changelog.

v6.2.5 (Sat Apr 15 2023)

🐛 Bug Fix

⚠️ Pushed to master

  • Publish (@​Grsmto)
  • Revert "feat(core): simplify scrollbar width customisation using css custom property" (@​Grsmto)
  • feat(core): simplify scrollbar width customisation using css custom property (@​Grsmto)
  • feat(core): start adding support for multiple classNames (ref #651) (@​Grsmto)
  • fix: fix README (ref #648 #645) (@​Grsmto)
  • feat(core, vanilla): remove all unnecessary DOM manipulations from core (@​Grsmto)
  • Revert "chore: remove unnecessary build step" (@​Grsmto)
  • fix(vanilla): fix wrong browser export (fix #639) (@​Grsmto)
  • chore: update READMEs (@​Grsmto)

Authors: 3


v6.2.4 (Wed Mar 29 2023)

🐛 Bug Fix

⚠️ Pushed to master

  • Publish (@​Grsmto)
  • Revert "feat(core): simplify scrollbar width customisation using css custom property" (@​Grsmto)
  • feat(core): simplify scrollbar width customisation using css custom property (@​Grsmto)
  • feat(core): start adding support for multiple classNames (ref #651) (@​Grsmto)
  • fix: fix README (ref #648 #645) (@​Grsmto)
  • feat(core, vanilla): remove all unnecessary DOM manipulations from core (@​Grsmto)
  • Revert "chore: remove unnecessary build step" (@​Grsmto)
  • fix(vanilla): fix wrong browser export (fix #639) (@​Grsmto)
  • chore: update READMEs (@​Grsmto)

Authors: 3

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 16, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/simplebar-6.2.5 branch 4 times, most recently from a95a710 to 0fa6926 Compare July 27, 2023 21:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/simplebar-6.2.5 branch from 0fa6926 to d648c75 Compare July 30, 2023 23:18
Bumps [simplebar](https://github.com/grsmto/simplebar/tree/HEAD/packages/simplebar) from 5.3.8 to 6.2.5.
- [Release notes](https://github.com/grsmto/simplebar/releases)
- [Changelog](https://github.com/Grsmto/simplebar/blob/master/packages/simplebar/CHANGELOG.md)
- [Commits](https://github.com/grsmto/simplebar/commits/[email protected]/packages/simplebar)

---
updated-dependencies:
- dependency-name: simplebar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/simplebar-6.2.5 branch from d648c75 to 0b7a807 Compare July 30, 2023 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant